Warning:
This wiki has been archived and is now read-only.
Community Website Activity
Contents
Status
General
- Development site running Drupal 6.6 at planetsvg.com.
- Anyone can register and are then able to see and create content.
- Site currently blocks all robots (crawlers like Google & Yahoo) in robots.txt.
Modules
- Current plan is to go with FeedAPI as the aggregator module in Drupal
- Using Drupal built-in Forum module
- currently have two forums: 'General' and 'Best Practices'
- Drupal Blog module allows all users to create their own blogs on the site
- Created two books with the Drupal Book module for a library of scripts and a library of images as books
- Added Diff module to help see changes between revisions of nodes (like Pages or Book Pages)
- When including code in content, use the tag <code type="xml"> to get syntax highlighting (this is the geshi filter, many other languages work too)
- Flexifilter module handles wiki markup for now but there seem to be issues with it, there's another module that uses a PEAR library for wiki markup that we can try next. The Wikitools module handles gives other wiki features to Page and Book Page content types (like node creation when visiting a node that doesn't yet exist).
- OpenID enabled. UI is not great but it seems to work. There are some other modules to assist with this or we can tweak the code if someone knows enough about OpenID.
- Miscellaneous Drupal modules enabled:
- User profiles, Tracker (to show recent posts), Sitewide search
- Other core modules we may want to use include Ping, Throttle, Captchas, Contact forms, Path (for clean/pretty urls),
- Other contrib modules we may want to use include XML Content (in development), and Ezmlm (or similar) for mailing list integration.
Themes
- Several themes are on the site. Users can change their theme from My Account >> Edit to try out the installed themes and get some ideas of what might be a good look for the site. A couple of the themes, Framework and Zen, are meant to be used for creating new themes. It's very easy to make a copy and set up anyone that's interested in theming with FTP access so they experiment without impacting anyone else.
Other Community Sites
Currently there are several different community sites, but no clear leader:
- svg.org (Antoine Quint? Doug Schepers?)
- svgzone.com (Examotion)
- getsvg.com (Rob Russell)
- svg.net (unknown)
- planetsvg.com (Doug Schepers)
- svg-developers mailing list (Yahoo)
Key Components
We would like to coordinate with as many websites as possible into building one great community website focused on all things SVG. We are looking for the following key components of the site:
- A wiki to centralize knowledge base (wiki.svg.org is a good start) (*)
- SVG-related news articles from across the web (administrators of the site can flag interesting stories, blog posts, etc and the contnet is automatically syndicated)
- forum
- reviews of authoring tools and editors (both code-based and WYSIWYG) for SVG alone and in conjunction with HTML, XHTML, AJAX, XSLT, etc.
- collections of links to existing materials offsite
- facility to post on-site articles (best practices for using SVG on the web (*))
- site blog
- master feed for all major activity on the site
- mailing list?
- challenges and contests, e.g.:
challenge = rainbows and doughnuts [1] (See response .) challenge = "i can do that in SVG" challenge [2] contest = Log rolling contest [3]
- library
- images
- scripts (*)
--Note: these(*) might borrow liberally from examples in http://www.w3.org/Graphics/SVG/IG/resources/StateOfArt-Dailey.html makes sense as well.
Design
Structure of Site
Major content sections of the website:
- Syndicated news items (from across the web)
- Articles
- Tutorials
- Announcements
- Forums
- Blog posts
- Gallery
- Demos
- Images
- Scripts
News Items
- news items are aggregated from other sites and placed in a moderation queue of sorts
- someone will have to review the queue periodically to publish items to the site (this could optionally include adding intro text)
- items clearly link back to their source
- Ruud Steltenpool, Robin Berjon and Jeff Schiller have volunteered to administer news items (publishing to front page)
Available Feeds
- some sample feeds are on the site right now
- What feeds do we want to have available?
- Jeff:
- News feed (only published news items) Feed Link
- Tutorials/Articles Feed
- New Topics (latest new topics in forum, ignores replies/comments) Feed Link
- Per-Forum Feed (latest posts/replies/comments in forum topics)
- Posts: General Posts, Best Practices
- Site-wide Comment Feed Feed Link
- Gallery Feed (latest entries to the SVG gallery, once it is available)
- Global Feed (aggregation of all of the above)
Old Feeds
<opml version="1.1"> − <head> <title>Planet SVG</title> <dateModified>Fri, 17 Apr 2009 03:40:45 +0000</dateModified> </head> − <body> <outline text="Bloglines Search: "SVG"" xmlUrl="http://ask.bloglines.com/search?q=SVG&ql=&format=rss"/> <outline text="svg - Google Blog Search" xmlUrl="http://www.google.com/blogsearch_feeds?hl=en&q=svg&ie=utf-8&num=10&output=atom"/> <outline text="Technorati Search for: SVG" xmlUrl="http://www.technorati.com/watchlists/rss.html?wid=238870"/> <outline text="World Wide Web Consortium - Web Standards" xmlUrl="http://www.w3.org/2000/08/w3c-synd/home.rss"/> </body> </opml>
Articles
- These can be created using the Story content type. Go to Create Content > Story
- Need a policy for URL structure, this can just be something like planetsvg.com/article/yyyymmdd/story-title
- Need a policy on who creates stories (user permissions and roles) and when
- Once we start creating articles, there should be a minimum publishing frequency (like once a month)
Forums
- Forums are live
- may need policies for captchas to prevent spam
- need to run some content in them to decide whether to use threading and other features or not
Gallery
- There's a book started for the gallery
- There's also a book started for Scripts
- Need more discussion on what people envision here, books are easy to change and have wiki-style editing enabled.
Front Page
- Logo
- Feed links
- Navigation to content sections
- list of N latest (or most active) items from each of the above content sections
About Page
We can use this section of the wiki page to work out the verbage of the "About" page that will describe what the site is about and provide an introduction to new users.
... tbd ...
Design Graphical Guides
- [like http://www.w3.org/Graphics/SVG/IG/wiki/Image:Planet.svg A first draft] on how the community page at planetsvg.com could look
Mailing List Discussions
Current List of Action Items
- Who can help administrate?
- Determine feed set up
- Determine forums set up
- What kinds of forums do we actually want? Perhaps a small set to start then adding as interest demands?
- Determine wiki set up
- Determine blog set up
- Who will be posting to the blog on the site, do we want everyone to blog or just a single blog for the site?