Changes in README.md AGAIN

This commit is contained in:
LubuWest 2015-05-25 18:10:32 +02:00
parent 01a1d88d6c
commit 8912a4999d
1 changed files with 14 additions and 7 deletions

View File

@ -24,17 +24,24 @@ RSS of your blog must be in your contacts and configured as 'remote_self' (artic
In blog html:
friendica_domain must be set
<script type="text/javascript"><!--
var friendica_domain = "http://friendica_instance.com"
//--></script>
```html
<script type="text/javascript"><!--
var friendica_domain = "http://friendica_instance.com"
//--></script>
```
Name of the blog entry is in
```html
<article><h1> article </h1></article>
```
Placeholder for comments: <div id ="comments"></div>
Placeholder for comments:
```html
<div id ="comments"></div>
```
## TODO ##
* connection to friendica via https
* CSS for
<a href class="contact-photo-link">, <div class="wall-item-actions-author">, <div class="wall-item-content">
```html
<a href class="contact-photo-link">, <div class="wall-item-actions-author">, <div class="wall-item-content">
```