https://github.com/phosphore/posts
Dynamic polling-based message board
https://github.com/phosphore/posts
Last synced: over 1 year ago
JSON representation
Dynamic polling-based message board
- Host: GitHub
- URL: https://github.com/phosphore/posts
- Owner: phosphore
- Created: 2013-03-10T13:13:22.000Z (over 13 years ago)
- Default Branch: posts_devel
- Last Pushed: 2013-05-27T14:02:24.000Z (about 13 years ago)
- Last Synced: 2025-01-10T07:48:00.952Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 391 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Dynamic message board web application
h2. Description
Topics and replies are updated on the page dynamically at specified intervals (non-streaming).
Any deleted replies are marked in red during the update process so the user does not have to
waste their time replying to a deleted post. Topics and replies are generated in XML then
transformed with XSLT. It's written in PHP and Javascript (with JQuery).
Screenshots:
!https://github.com/tgus/posts/raw/posts_devel/source/images/screenshot_topics.png!
!https://github.com/tgus/posts/raw/posts_devel/source/images/screenshot_replies.png!