Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega Tron committed Feb 14, 2017
1 parent 604ff57 commit ef21c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ If you want to connect to more clients, there are three main adjustments that yo

1. Line 108, HTML parser for the summary.html page:
This is the regular expression for the parser, which reads the whole configuration for any client slot:
```<td width=".*" class=".*">.*<font color=".*">(.*)</font>.*</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">.*<a href=".*">(.*)</a>.*</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">(.*) \(.*\)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">.*</td>
```
<td width=".*" class=".*">.*<font color=".*">(.*)</font>.*</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">.*<a href=".*">(.*)</a>.*</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">(.*) \(.*\)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">(.*)</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">.*</td>.*<td width=".*" class=".*">.*</td>
```
so in order to add more clients, paste for each at the end of the line but with a leading `.*`.

Expand Down

0 comments on commit ef21c2f

Please sign in to comment.