Giter Site home page Giter Site logo

eclipse-archived / ceylon-herd Goto Github PK

View Code? Open in Web Editor NEW
21.0 21.0 11.0 3.55 MB

The Ceylon repository web application

License: Apache License 2.0

Java 65.69% HTML 30.35% JavaScript 1.10% CSS 1.51% Shell 0.70% PLSQL 0.23% PLpgSQL 0.07% Python 0.29% FreeMarker 0.05%

ceylon-herd's People

Contributors

eclipsewebmaster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ceylon-herd's Issues

Add way to report bugs / ask questions directly from ceylondoc

We may be able to inject some stuff in the ceylondoc dynamically in order to allow people to ask questions on the API (github or stackoverflow) or report bugs (github). Via javascript, and not in the ceylondoc output itself, since the issue tracker and stuff may change over time and we are not going to regenerate the ceylondoc, while changing it for the module in Herd will be easier.

Run on SSL

This requires a few things:

  • Getting an SSL certificate (Emmanuel is working on that)
    • For now we'll use a self-signed certificate
  • Make sure the stuff that requires a session is using SSL only (done)
    • I'll use apache mod_rewrite for that because otherwise it's error-prone at the software-level. We know all the public paths and we'll redirect for anything else
  • Make sure the session cookie is only used on HTTPS (done)
  • Make sure the ceylon tools grok HTTPS (done, they do if you trust the certificate)

Upload module artifacts manually

We allow repo zips but we should also allow module artifacts (cars, jars, src) and offer the ability to generate their signatures.

Narrow search results by license

Further to #24, narrowing search results by license should be supported. This would help users to find modules which were compatible with the license of their module. (I'm not suggesting narrowing by compatible license, it's up to the user to figure out the set of licenses which are compatible with theirs and do the searches).

Fix text input WRT line feed

Apparently Chrome sends newlines as \n\r rather than just \n even on non-Windows platforms. Perhaps we want to fix that in the DB since the text field sizes are wrong otherwise (input/textarea size is right wrt line ending, but the text sent to the server will be longer due to the extra \r chars, which makes the server stricter than the client).

Add votes

Let users rate modules (or versions?). Not sure if we need them to be logged in…

MIME types

When I browse the repo and try to download a .car it displays rubbish in the browser. I guess the MIME type is wrong.

Browse sources (+ links from docs)

Would be nice to be able to look inside the source archives without having to download them. This would also enable the possibility to have source links from within the documentation.

I quickly looked if apache already has some built-in or readily available module for doing this but wasn't able to find anything (lots of links to Apache VFS though) except for this: http://buechse.de/HOWTO/avfs_fuse_and_apache/ (which mostly handles it at the level of the OS)

Pick list of common licenses

There should be a pick list of common licenses. This would help avoid inconsistencies (ASL2, ASL 2, ASL 2.0 etc).

Fix validation for comments

The error is located at the top of the file instead of near the textfield. Applies to new comments and edited comments.

Store times in UTC

Right now we store them in the system timezone, which is just plain terrible.

Set up categories

So that we can find/browse modules by category: database, logging, math, etc…

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.