{"id":23529890,"url":"https://github.com/mnvx/wedit","last_synced_at":"2025-10-20T07:59:41.467Z","repository":{"id":4055439,"uuid":"5158432","full_name":"mnvx/wedit","owner":"mnvx","description":"Lightweight web file browser","archived":false,"fork":false,"pushed_at":"2012-08-18T06:03:24.000Z","size":413,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T03:19:09.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnvx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-23T22:40:11.000Z","updated_at":"2014-02-02T02:59:21.000Z","dependencies_parsed_at":"2022-09-17T04:00:42.559Z","dependency_job_id":null,"html_url":"https://github.com/mnvx/wedit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mnvx/wedit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Fwedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Fwedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Fwedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Fwedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnvx","download_url":"https://codeload.github.com/mnvx/wedit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Fwedit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280050832,"owners_count":26263884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-25T21:14:07.739Z","updated_at":"2025-10-20T07:59:41.450Z","avatar_url":"https://github.com/mnvx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Wedit\n=====\n\nПростой легковесный веб менеджер и редактор файлов.\n\nДомашняя страничка: [Wedit](http://iris-crm.ru/wedit).\n\nСкриншоты\n---------\nМенеджер файлов:\n\n![File browser](http://storage8.static.itmages.ru/i/12/0816/h_1345134156_6989463_23492a6956.png)\n\nРедактирование файла:\n\n![Edit file](http://storage1.static.itmages.ru/i/12/0816/h_1345134169_7515233_d6fd958ebd.png)\n\nОсновные функции\n----------------\n * Просмотр файлов и каталогов.\n * Загрузка файлов.\n * Скачивание файлов и каталогов (автоматическое сжатие в zip).\n * Создание файлов.\n * Копирование файлов.\n * Переименование файлов.\n * Удаление файлов.\n * Редактирование текстовых файлов.\n * Автоматическое определение кодировки файлов.\n * Управление кодировками файлов.\n * Интеграция с [Iris CRM](http://iris-crm.ru).\n\nЛицензия\n--------\nMIT (см. `license.txt`).\n\nУстановка\n---------\nПросто скопируйте каталог wedit в каталог Вашего веб-проекта.\nПосле этого откройте ссылку вида `http://yourproject/wedit/wedit.php`.\nПри необходимости измените настройки, они находятся в самом начале файла `wedit.php`.\n\nДоступные настройки\n-------------------\nНастройки находятся в файле `settings.php` или в начале файла `wedit.php` в запакованном варианте.\n * `root_path` - Каталог, который будет отображаться как корневой, за его пределы выйти нельзя, по умолчанию задаётся относительно каталога, в котором находится Wedit.\n * `iriscrm_path` - Каталог Iris CRM, если он отличен от `root_path` (в случае, если `logintype` = `Iris`).\n * `filename_encoding` - Кодировка имён файлов в фаловой системе.\n * `filename_encoding_zip` - Кодировка имён файлов в zip архивах.\n * `default_encoding` - Кодировка содержимого файлов по умолчанию (когда не удаётся определить автоматически).\n * `language` - Язык (`ru`, `en`).\n * `logintype` - Способ логина (`Iris` - интгеграция с [Iris CRM](http://iris-crm.ru); Если не задан, то логин не требуется, авторизацию необходимо настраивать, например, средствами веб сервера.\n\nДля логина средствами веб сервера создайте в каталоге `wedit` файл `.htaccess` со следующим содержимым.\n\n```\nAuthType Basic\nAuthName \"Enter login and password\"\nAuthUserFile \"/полный_путь/htpasswd\"\nRequire valid-user\n```\n\nИ файл `htpasswd` со следующим содержимым.\n\n```\nимя_пользователя:хеш_пароля\n```\n\nХеш пароля можно сгенерировать с помощью утилиты `htpasswd.exe`.\n\n\n\nWedit\n=====\n\nSimple lightweight web file browser and editor.\n\nHome page: [Wedit](http://iris-crm.ru/wedit).\n\nScreenshots\n-----------\nBrowse files:\n\n![File browser](http://storage8.static.itmages.ru/i/12/0816/h_1345134156_6989463_23492a6956.png)\n\nEdit file:\n\n![Edit file](http://storage1.static.itmages.ru/i/12/0816/h_1345134169_7515233_d6fd958ebd.png)\n\nMain functions\n--------------\n * Browse server file system up to specified path.\n * Upload files.\n * Download files and folders.\n * Create files.\n * Copy files.\n * Rename files.\n * Delete files.\n * Edit text files.\n * Manipulate with encoding of files.\n * Integration with Iris CRM, http://iris-crm.ru.\n\nLicense\n-------\nMIT (see `license.txt`).\n\nInstallation\n------------\nJust copy wedit folder into catalog of your web project.\nWhan open url `http://your_project/wedit/index.php`.\nSee `settings.php` or begin of file `wedit.php` for setings.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnvx%2Fwedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnvx%2Fwedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnvx%2Fwedit/lists"}