Skip to content

Commit

Permalink
Fixes #1503 Fixed markdown issues for yaydoc (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
pri22296 authored and mariobehling committed Aug 26, 2017
1 parent c548ebe commit 62f4533
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 544 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,12 @@ after_success:
- bash kubernetes/bin/update-deployment-travis.sh
before_deploy:
- openssl aes-256-cbc -K $encrypted_e0d8735ecce8_key -iv $encrypted_e0d8735ecce8_iv -in .utility/loklakserver.1.enc -out .utility/loklakserver.1 -d
- openssl aes-256-cbc -K $encrypted_630b2151c459_key -iv $encrypted_630b2151c459_iv -in .utility/loklakserver.2.enc -out .utility/loklakserver.2 -d
- eval "$(ssh-agent -s)"
- chmod 600 .utility/loklakserver.1
- chmod 600 .utility/loklakserver.2
- ssh-add .utility/loklakserver.1
- ssh-add .utility/loklakserver.2
deploy:
- provider: script
skip_cleanup: true
script: ssh [email protected] 'bash -s' < .utility/deploy-loklak.sh
on:
branch: master
- provider: script
skip_cleanup: true
script: .utility/update-docs-repo.sh
on:
branch: development
- provider: script
skip_cleanup: true
script: .utility/update-docs-repo.sh
on:
branch: master
55 changes: 0 additions & 55 deletions .utility/generate_rst_from_md.py

This file was deleted.

Binary file removed .utility/loklakserver.2.enc
Binary file not shown.
41 changes: 0 additions & 41 deletions .utility/update-docs-repo.sh

This file was deleted.

17 changes: 17 additions & 0 deletions .yaydoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
metadata:
projectname: loklak_server
author: FOSSASIA
version: development
autoindex:
apidoc:
javadoc:
show: true

build:
source: docs
theme:
name: sphinx_fossasia_theme

extras:
javadoc:
path: 'src/'
39 changes: 19 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,34 +127,34 @@ At http://loklak.github.io/loklak_server/ or by building them via 'ant javadoc'
Hey, this is the tool for that! Just put http://loklak.org/api/search.rss?q=%23loklak into your rss reader. Oh wait.. you will get a lot of information about tasty Cambodian food with that as well. Alternatively you may also read the authors timeline using http://loklak.org/api/search.rss?q=0rb1t3r or just follow @0rb1t3r (that's a zero after the at sign)

## How to compile using Gradle?
- To install Gradle on Ubuntu:

```
$ sudo add-apt-repository ppa:cwchien/gradle
- To install Gradle on Ubuntu:

$ sudo apt-get update
```
$ sudo add-apt-repository ppa:cwchien/gradle
$ sudo apt-get update
$ sudo apt-get install gradle
```
$ sudo apt-get install gradle
```
- To install Gradle on Mac OS X with homebrew
```
brew install gradle
```
```
brew install gradle
```
Compile the source to classes and a jar file
Compile the source to classes and a jar file
```
gradle build
```
```
gradle build
```
Compiled file can be found in build dir
Compiled file can be found in build dir
To remove compiled classes and jar file
To remove compiled classes and jar file
```
gradle clean
```
```
gradle clean
```
## What is the software license?
Expand All @@ -169,8 +169,7 @@ This project is considered a community work. The development crew consist of YOU
## How can I contribute?
There are a lot of [issues][issues] you can solve.
If you are here for the first time, you can look at [`first-timers-only` issues][first-timers-issues].
There are a lot of [issues][issues] you can solve. If you are here for the first time, you can look at [first-timers-only][first-timers-issues] issues.
They are either
- easy to do and introduce you to github and git
Expand Down
Loading

0 comments on commit 62f4533

Please sign in to comment.