websites (walmart toyhouse)
¬Description: A self-hosted solution for character management, similar to Toyhouse
Features:
- Character organization (folders and tags)
- Sitewide image database
- You tag images with characters and their galleries will automatically populate from the database
- Page template management
- Custom fields per template
- Stretch goal: Save multiple page versions for one character and pick which one to have active
- Comments!
websites (accessible image gallery)
¬Description: An image gallery featuring image descriptions, alt text, and easy navigation - all automatically generated from a SQL database
Features:
- Pages and galleries are generated for you
- Optional author blurbs
- Stretch goal: Folders and tags
- Comments!
websites (blogging engine)
¬Description: A lightweight blogging engine for people who like to write their posts in HTML (like Zonelets, but in PHP with more stuff!)
Features:
- Categories and tagging system
- Cool blog widgets (list recent posts, list posts that are related to the one you're viewing, list categories)
- Comments!
websites (markdown-to-page converter)
¬Description: A Python script that converts a Markdown file into a ready-to-upload HTML file using a user-defined template
Features:
- Edit the page template
- Sometimes you just want to write something and put it on the internet without doing things like "coding" and "using angle brackets"
websites (PHP webring)
¬Description: Webring code that only uses PHP to redirect links (i.e. http://yourwebsite.com/webring?prev=sitename and http://yourwebsite.com/webring?next=sitename)
Features:
- Easy sign-up and approval
- Members are automatically stored in an array, links are automatically generated
- Members can style their webring links however they want since there's no code injection via JS or frames