没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Samizdat |
Samizdat
|
1 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Samizdat is a generic RDF-based engine for building collaboration and open publishing web sites. Samizdat will let everyone publish, view, comment, edit, and aggregate text and multimedia resources, vote on ratings and classifications, filter resources by flexible sets of criteria, cooperate and coordinate on all kinds of activities (see Design Goals document for details). Samizdat intends to promote values of freedom, openness, equality, and cooperation.
Samizdat builds its underlying data model on RDF (Resource Description Framework), and defines a schema of resource classes and properties for core concepts of a Samizdat site: member, message, thread, tag, proposition, vote, version, part, and so on (see Concepts document). Open nature of RDF allows to add new metadata and new uses of site resources without effort, and to transparently interoperate with diverse set of applications supporting this standard.
Samizdat project was inspired by Matthew Arnison's Open Publishing initiative and Active engine used by the IndyMedia.org project, and by rusty's Scoop engine used by Kuro5hin.org and other sites (see References document). It differs from other advanced open publishing engines, such as Active2 or MirCode, in that it uses RDF model from the ground up and targets other domains beyond publishing, such as coordination, education, and material items exchange.
Samizdat library includes four stand-alone modules that can be used outside the Samizdat engine: Cache (thread-safe time-limited object cache with flexible replacement policy), Storage (RDF storage over a relational database), Sanitize (whitelist XSS filter based on HTMLTidy and REXML), and Antispam (simple wiki spam filter).
Samizdat is free software and is built using free software, such as Ruby programming language and PostgreSQL relational database management system. All Samizdat source code and documentation can be redistributed and/or modified under the terms of the GNU General Public License as published by Free Software Foundation; either version 2 of the license, or (at your option) any later version.
Git repository at Savannah is a read-only mirror of the primary Monotone source code repository hosted at samizdat.mtn-host.prjek.net. CVS repository is now obsolete and will be phased out soon. Check the announcement on samizdat-devel to find out more.
Update 2010-09-12: CVS and Git repositories are temporarily disabled for clean-up and repair.