-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/otwcode/otwarchive into i…
…ssue_4099
- Loading branch information
Showing
118 changed files
with
1,968 additions
and
2,369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,40 @@ | ||
[![Build Status](https://travis-ci.org/otwcode/otwarchive.png)](https://travis-ci.org/otwcode/otwarchive) | ||
[![Coverage Status](https://coveralls.io/repos/otwcode/otwarchive/badge.png)](https://coveralls.io/r/otwcode/otwarchive) | ||
|
||
[![Codeship Status](https://www.codeship.io/projects/1f7468f0-7e15-0131-c059-7a8d26daf885/status?branch=master)](https://www.codeship.io/projects/14476) | ||
|
||
## About OTW-Archive | ||
OTW-Archive [![Build Status](https://travis-ci.org/otwcode/otwarchive.png)](https://travis-ci.org/otwcode/otwarchive) [![Coverage Status](https://coveralls.io/repos/otwcode/otwarchive/badge.png)](https://coveralls.io/r/otwcode/otwarchive) [![Codeship Status](https://www.codeship.io/projects/1f7468f0-7e15-0131-c059-7a8d26daf885/status?branch=master)](https://www.codeship.io/projects/14476) | ||
========= | ||
|
||
The OTW-Archive software is an open-source web application intended for hosting archives | ||
of fanworks, including fanfic, fanart, and fan vids. Its development is sponsored by | ||
the Organization for Transformative Works (http://transformativeworks.org), a nonprofit | ||
of fanworks, including fanfic, fanart, and fan vids. | ||
|
||
Its development is sponsored by | ||
the [Organization for Transformative Works](http://transformativeworks.org), a nonprofit | ||
organization by and for fans. | ||
|
||
The OTW-Archive software is still in development and has not yet been released, but you | ||
can see it in action on the Archive of Our Own (http://archiveofourown.org, aka AO3), a | ||
Release Status | ||
--------- | ||
|
||
The OTW-Archive software is still in beta and has not yet been formally released, but you | ||
can see it in action on the [Archive of Our Own](http://archiveofourown.org), aka AO3, a | ||
multifandom archive also run by the OTW. | ||
|
||
Our ultimate goal is to release OTW-Archive in a form that can be installed and used by | ||
any fan archivist who wants to create her own archive. You can get more information about | ||
our broad development plan at the OTW-Archive Roadmap: | ||
http://transformativeworks.org/projects/archive. | ||
|
||
Volunteers are always welcome both for coding and testing! Please contact us at: | ||
http://transformativeworks.org/contact/volunteers%20and%20recruiting for full details, or | ||
browse the Github pages (https://github.com/otwcode/otwarchive/wiki). | ||
any fan archivist interested in creating and maintaining a fanwork archive. | ||
|
||
## Description of Contents | ||
You can get more information about | ||
our broad development plan at the [OTW-Archive Roadmap](http://transformativeworks.org/projects/archive). | ||
|
||
OTW-Archive is built using the Ruby on Rails framework, and uses the standard structure of a | ||
Rails application. A few specific details are described here: | ||
How to Contribute | ||
---------- | ||
|
||
app | ||
Most of the code specific to this application lives under the app/ directory, organized | ||
into models (which represent the underlying objects in the database), views (which are the | ||
front end of the application), and controllers (which provide the glue). | ||
Volunteers are always welcome both for coding and testing! | ||
|
||
Works in the archive (eg, individual fanfic stories) are represented by the files: | ||
models/work.rb, controllers/works_controller.rb, and views/works. | ||
[Read more about volunteering with the OTW](http://transformativeworks.org/how-you-can-help/volunteer) or [drop us an email](mailto:otw-coders@transformativeworks.org) if you have any questions. | ||
|
||
Users in the archive are represented by the files: | ||
models/user.rb, controllers/users_controller.rb, and views/users. | ||
You can also submit a pull request; we'll get back to you as soon as we can! | ||
|
||
Most metadata in the archive (fandoms, characters, etc) is represented as tags: | ||
models/tag.rb, controllers/tags_controller.rb, views/tags | ||
* Bug Tracking: https://code.google.com/p/otwarchive/issues/list | ||
* Developer Documentation: https://github.com/otwcode/otwarchive/wiki | ||
* Beta Website: http://archiveofourown.org | ||
|
||
public | ||
You can find the stylesheets, javascript, help files, and images used in this application | ||
under the public/ directory. | ||
License | ||
---------- | ||
|
||
db | ||
The overall archive database layout can be found in the file schema.rb | ||
Code is licensed under [GPL](http://www.gnu.org/licenses/gpl-2.0.html) by the [Organization for Transformative Works](http://transformativeworks.org). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.