Code Monkey home page Code Monkey logo

otwarchive's Introduction

Build Status Coverage Status

Codeship Status

About OTW-Archive

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 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 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).

Description of Contents

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:

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).

Works in the archive (eg, individual fanfic stories) are represented by the files: models/work.rb, controllers/works_controller.rb, and views/works.

Users in the archive are represented by the files: models/user.rb, controllers/users_controller.rb, and views/users.

Most metadata in the archive (fandoms, characters, etc) is represented as tags: models/tag.rb, controllers/tags_controller.rb, views/tags

public You can find the stylesheets, javascript, help files, and images used in this application under the public/ directory.

db The overall archive database layout can be found in the file schema.rb

otwarchive's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.