{"id":50750612,"url":"https://github.com/dcai/ptext","last_synced_at":"2026-06-11T01:02:23.703Z","repository":{"id":1569057,"uuid":"1999092","full_name":"dcai/ptext","owner":"dcai","description":"Simple wiki for personal knowledge management","archived":false,"fork":false,"pushed_at":"2012-02-18T20:09:24.000Z","size":312,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-15T01:57:35.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dongsheng.github.com/ptext","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-05T07:14:08.000Z","updated_at":"2015-01-09T05:15:04.000Z","dependencies_parsed_at":"2022-08-27T02:40:13.042Z","dependency_job_id":null,"html_url":"https://github.com/dcai/ptext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcai/ptext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2Fptext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2Fptext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2Fptext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2Fptext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcai","download_url":"https://codeload.github.com/dcai/ptext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2Fptext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34177444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":"2026-06-11T01:02:23.113Z","updated_at":"2026-06-11T01:02:23.694Z","avatar_url":"https://github.com/dcai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n------------\npText is a wiki app for personal knowledge management\n\nRequirement\n-----------\n- easy_install web.py\n- easy_install mysql-python/SQLite/Psycopg\n- easy_install Markdown\n\nInstallation\n------------\n\n- Setup mod_wsgi\n- Setup apache to handler WSGI Inteface\n\n```\n\u003cVirtualHost *:80\u003e\n    DocumentRoot      \"/www/plaintext\"\n    ServerName        wiki.local\n    LogLevel info\n    WSGIDaemonProcess wiki python-eggs=/tmp\n    WSGIProcessGroup  wiki\n    WSGIScriptAlias   / /www/plaintext/wsgi.py/\n    Alias             /static  /www/plaintext/static\n    AddType           text/html  .py\n    ErrorLog \"/private/var/log/apache2/wiki-error_log\"\n    CustomLog \"/private/var/log/apache2/wiki-access_log\" common\n    \u003cDirectory /\u003e\n        Order Allow,Deny\n        Allow from all\n        Options -Indexes\n    \u003c/Directory\u003e\n    \u003cDirectory \"/www/plaintext\"\u003e\n        Options +Indexes\n    \u003c/Directory\u003e\n\u003c/VirtualHost\u003e\n```\n\n- Setup DB\n- Good to go\n\nExport DB\n---------\nJust database structure:\n```\n    mysqldump wiki --no-data --skip-comments\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcai%2Fptext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcai%2Fptext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcai%2Fptext/lists"}