{ "info": { "author": "Mike Verdone", "author_email": "mike.verdone@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Communications :: BBS", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "xychan\n======\n\nxychan is a \"chan-style\" message board system like Wakaba, Kareha,\nFutaba, etc. Unlike these systems it's written in Python instead of a\nmess of Perl or PHP.\n\n[Actions speak louder than words. You can try it out here.](http://xychan-beta.mike.verdone.ca/)\n\n\nWhat is this, really?\n---------------------\n\nA \"chan board\" is a message board that allows for Anonymous\nposting. Users can post messages without registering for an account or\neven entering a name. However, there are means for them to\nauthenticate themselves and \"prove\" their identify if they so desire.\n\nAnother focus is the ability of users to post images. One image can be\nincluded with every post. A thumbnail of the image appears with the\npost.\n\n\nDesign Goals\n------------\n\nxychan is designed to be:\n\n * easily deployed on almosy any web server (via CGI, FastCGI, Passenger, or any WSGI runner)\n * easily configured (uses SQLAlchemy to work with any database, from\n SQLite3 to MySQL, PostgreSQL, etc.)\n * easily extended and customized with CSS or template modification\n * scalable (at least compared to those other message boards)\n * small yet powerful\n\n\nStatus\n------\n\nThis is BETA quality software. It is not yet stable. It changes a lot.\n\n\nDownloads\n---------\n\n * The latest stable version is v0.2\n * The latest stable version in an easily deployable zip file: [v0.2](http://mike.verdone.ca/xychan/xychan.zip)\n * The easiest way to get xychan if you are a Python pro:\n\n $ pip install xychan\n\n * Stable source packages are in the [GitHub files section](http://github.com/sixohsix/xychan/downloads)\n * Bleeding edge source for developers is in the [GitHub repository](http://github.com/sixohsix/xychan)\n\n\nHow do I run it? - the EASY way (cgi)\n-------------------------------------\n\n * Your web server needs Python 2.5\n * Your web server needs ImageMagick to support images on the board\n * Download the easily deployable zip file, above\n * Copy it to your webserver in an empty directory that supports CGI\n * Unzip it\n * Modify xychan.cgi in case there's anything you want to change there\n * Modify htaccess and copy it to .htaccess\n * Access path/to/xychan.cgi/setup on your webserver\n\n\nHow do I run it? - the SMART way\n--------------------------------\n\n * Your web server needs Python 2.5\n * Your web server needs ImageMagick to support images in the board\n * Your web server needs the following Python packages installed:\n * bottle\n * sqlalchemy\n * Some kind of database (eg. sqlite3)\n * Untar the xychan codebase\n * In your WSGI server:: \n\n from xychan import app\n app.configure_db(\"postgres://user:password@host/dbname\")\n # (or some similar SQLAlchemy db url)\n app.configure_image_dir(\"/some/safe/path/in/your/filesystem\")\n\n\nLicense\n-------\n\nxychan is Free Software available under the GPL3 (GNU General Public\nLicense v3).\n\nThose wanting to make closed-source commercial forks should contact me.\n\n\nWhy is it called xychan?\n------------------------\n\nCharacters typed at random.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://mike.verdone.ca/xychan", "keywords": "4chan,chan,message board,Wakaba", "license": "GNU General Public License v3 (GPL)", "maintainer": null, "maintainer_email": null, "name": "xychan", "package_url": "https://pypi.org/project/xychan/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xychan/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://mike.verdone.ca/xychan" }, "release_url": "https://pypi.org/project/xychan/0.3/", "requires_dist": null, "requires_python": null, "summary": "A 'chan-style' web message board similar to Wakaba", "version": "0.3" }, "last_serial": 213971, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "967b84c658996edea42bea0c7ca4e666", "sha256": "e37680deab30d8087e03cf3e523ea5913358249fa491d13237d6a1a1db3a9907" }, "downloads": -1, "filename": "xychan-0.1.tar.gz", "has_sig": false, "md5_digest": "967b84c658996edea42bea0c7ca4e666", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9286, "upload_time": "2010-09-19T22:50:14", "url": "https://files.pythonhosted.org/packages/e4/78/5db56eea94e70c8b0d89c78e170538f8a385c714bf009fa290649c3c31b1/xychan-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1fdedbaddf9ee467d0c73319602f4a0c", "sha256": "4f5b5e34b7f57deb577b2f2c25c7ca177cc3b640951b196349d85b52b5920b77" }, "downloads": -1, "filename": "xychan-0.2.tar.gz", "has_sig": false, "md5_digest": "1fdedbaddf9ee467d0c73319602f4a0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9940, "upload_time": "2010-09-25T23:01:59", "url": "https://files.pythonhosted.org/packages/fd/55/8fd15c110e7c1411b3dc0ba3435e68026a554cfe70f9a2b350ddeab5cde4/xychan-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "44800e4389758bd10337f5670f3e386e", "sha256": "5abfa5c303bd929d734632ff5ffd476c5838647242e60036f4ce86a34e75276c" }, "downloads": -1, "filename": "xychan-0.2.1.tar.gz", "has_sig": false, "md5_digest": "44800e4389758bd10337f5670f3e386e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14632, "upload_time": "2010-09-25T23:28:33", "url": "https://files.pythonhosted.org/packages/94/30/238ce77cdad4db4222bfd6f65045a43adeb44004c24efe60c4e4476bbb3c/xychan-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "8363da31a4545500f15d49d3eb8d1b54", "sha256": "ae60766ccf81c79d7046b415111e526707d249421d158d9fe0452f663fff618a" }, "downloads": -1, "filename": "xychan-0.3.tar.gz", "has_sig": false, "md5_digest": "8363da31a4545500f15d49d3eb8d1b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21299, "upload_time": "2010-10-16T13:44:57", "url": "https://files.pythonhosted.org/packages/7b/d2/507392fa27b73b7a68954e40e51eb02d02c1fdfa7ba3f3be6edd33189fce/xychan-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8363da31a4545500f15d49d3eb8d1b54", "sha256": "ae60766ccf81c79d7046b415111e526707d249421d158d9fe0452f663fff618a" }, "downloads": -1, "filename": "xychan-0.3.tar.gz", "has_sig": false, "md5_digest": "8363da31a4545500f15d49d3eb8d1b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21299, "upload_time": "2010-10-16T13:44:57", "url": "https://files.pythonhosted.org/packages/7b/d2/507392fa27b73b7a68954e40e51eb02d02c1fdfa7ba3f3be6edd33189fce/xychan-0.3.tar.gz" } ] }