Changes in README.md AGAIN
This commit is contained in:
parent
01a1d88d6c
commit
8912a4999d
1 changed files with 14 additions and 7 deletions
21
README.md
21
README.md
|
@ -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">
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue