Giter Site home page Giter Site logo

coala / website-old Goto Github PK

View Code? Open in Web Editor NEW

This project forked from t413/singlepaged

8.0 16.0 14.0 344 KB

DEPRECATED. The old coala website.

Home Page: https://coala.github.io/website-old/

License: MIT License

HTML 10.18% CSS 73.78% JavaScript 16.05%

website-old's Introduction

website-old's People

Contributors

sils avatar t413 avatar ankitstarski avatar arafsheikh avatar hypothesist avatar makman2 avatar mariatta avatar adrianzatreanu avatar sudoankit avatar underyx avatar ethel-dev avatar jairideout avatar krishmunot avatar sarahjsts avatar timodwhit avatar ashwini0529 avatar manankalra avatar

Stargazers

John Vandenberg avatar Shruti Singh avatar Vinit avatar yogeshwar avatar Harshit Kedia avatar rultor.com avatar Abhay Raizada avatar  avatar

Watchers

John Vandenberg avatar James Cloos avatar Niklas avatar Sudheesh Singanamalla avatar Ce Gao avatar Donghee Na avatar Mixih avatar  avatar Udayan Tandon avatar Maximilian Scholz avatar Meet Mangukiya avatar rultor.com avatar Satwik Kansal avatar Christian Asnel Ngoulla Sob avatar Alexandru-Sorin Maxim avatar  avatar

website-old's Issues

Meta information on Slack, tells users that coala is written with lower case c

I tried to share with my classmates and a women in coding group about coala on our Slack Channels. The meta for the site displayed telling both groups that coala is written with a lower case c

coala is a simple COde AnaLysis Application. Its goal is to make static code analysis easy while remaining completely modular and therefore extendable and language independent. coala is written with a lower case c.

http://prntscr.com/bchcfs

When promoting the project to new users do we need to tell them that coala is written with a lower case c?

"Choose your path"

when people land on the page they could have like three faces of a researcher, a developer (analysis) and a user (developer using analysis) and click on one of them to get more info

Video sucks

I would work on your video. Watching the developer make spelling mistakes, then backspacing and uneven text input rate etc is somewhat painful.

We should make a better one.

Webpage doesn't load content from _posts and gives a blank page

Steps to reproduce

  1. Clone the repository
  2. Run jekyll serve

Result:
screen shot 2016-02-04 at 7 44 37 am

Expected:
screen shot 2016-02-04 at 7 45 56 am

Stacktrace:

[7:44:27] sudheeshsinganamalla:coala-website git:(gh-pages) $ jekyll serve
Configuration file: /Users/sudheeshsinganamalla/Documents/coala-website/_config.yml
            Source: /Users/sudheeshsinganamalla/Documents/coala-website
       Destination: /Users/sudheeshsinganamalla/Documents/coala-website/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 0.063 seconds.
 Auto-regeneration: enabled for '/Users/sudheeshsinganamalla/Documents/coala-website'
Configuration file: /Users/sudheeshsinganamalla/Documents/coala-website/_config.yml
    Server address: http://0.0.0.0:4000/
  Server running... press ctrl-c to stop.
[2016-02-04 07:44:35] ERROR `/favicon.ico' not found.
[2016-02-04 07:44:35] ERROR `/favicon.ico' not found.

add calendar

<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=hl3j7971mhoo6rhfkn3fcf5afk%40group.calendar.google.com&amp;color=%23875509&amp;ctz=Europe%2FBerlin" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>

@arafsheikh has done some crazy stuff for the website, I bet he can handle this with a snap of his fingers :)

Implementation of mockup

Continued from #17
Here's the app.moqups mockup for quick reference.

just wanted to take your feedback to know if it is going in right direction or not.

These are some basic functionality changes yet to be done,

  • getting started section should have multiple languages support
  • get involved tab should have real data
  • gitter chat embed
  • and a lot of more todos

some screenshots from the local environment,
screencapture-localhost-8080-coala-blog-201-1481232278351
screencapture-localhost-8080-coala-blog-201-1481235676160

Implementation here

Adding a README.md

Since the repo lacks a README file for newcomers to learn about the website, It would be highly appreciated if someone would contribute a well written README.

Demo coala in browser

So, I was trying to demo coala inside a browser using one of those python in browser implementations.
I wanted something like http://jshint.com/

I'm very enthusiastic about this. It's cool B-)

I tried skulpt in the beginning an then realized it uses python2.x So, I moved to brython. I still faced some issues with brython. Filed a few bugs too:

  • The coalib uses subprocessing, and brython cannot do that because a browser doesnt allow new processes.
  • platform.system() throws an error in Constants.
  • os.path.expanduser doesn't work as home directory concept makes no sense.
  • There's some unusual error when trying to import LineCountBear -> LocalBear -> Bear.py which I have not yet figured out (throws no exception message).

capabilities are unclear

However, I must say that very critical info for first-time users is still unavailable or very vaguely documented. For example, I still have no clue what sort of analysis can be obtained from this page : https://github.com/coala-analyzer/coala-bears/wiki/Available.... I can see a bunch of Bears but that's your terminology. I would rather prefer a brief summary of the tool's analysis or atleast a link to the static analyzer which a specific bear wraps over. For e.g. "AlexBear" - I honestly have no clue what that or 90% of the other bears end up doing with my source code.

You have put so much effort in the implementation, please improve clarity/coverage of documentation.

from https://news.ycombinator.com/reply?id=11535990&goto=item%3Fid%3D11531718

[feature request] link to docs in site header

Perhaps a link in the header too?
that's mainly where I searched
ah that's a good idea
maybe somehow aligned
so it is recognizable as something else moving you outside the website
yes, good idea
[Github] cw1 synchronize a Pull Request to coala-analyzer/coala-artwork: Add coala website to the fosdem flyer coala/artwork#18
@rubdos would you mind filing a bug for that at coala-analyzer/website ? A lot of stuff going on right now that would really help...

Please add some link in the site header, as that was where I searched for a documentation link.

Yes, I'm blind, I know, it was in a font that almost blew my eyes out on the page itself, but having a link on the header would be nice.

Thank you :)

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.