Added lua logo, fixed script category ordering, fixed typo
This commit is contained in:
parent
1fc9bb7b2a
commit
886e4ff6a9
6 changed files with 11 additions and 8 deletions
|
@ -4,8 +4,12 @@ id: darktable Lua documentation
|
|||
draft: false
|
||||
author: "people"
|
||||
---
|
||||
|
||||
<p><img src="./images/darktable-logo.png" width="50%"></p>
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="./images/darktable-logo.png" width="50%"></td>
|
||||
<td align="center"><img src="./images/luaa.gif" style="widgth: 50%;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
darktable is an open source photography workflow application and raw developer — a virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop and enhance your raw images.
|
||||
|
|
BIN
content/images/luaa.gif
Normal file
BIN
content/images/luaa.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: AugoGrouper
|
||||
title: AutoGrouper
|
||||
id: AugoGrouper
|
||||
weight: 10
|
||||
draft: false
|
||||
|
@ -8,7 +8,7 @@ author: "people"
|
|||
|
||||
## Name
|
||||
|
||||
AugoGrouper.lua - add the module "Auto Group" to darktable's lighttable view
|
||||
AutoGrouper.lua - add the module "Auto Group" to darktable's lighttable view
|
||||
|
||||
## Description
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: contrib
|
||||
id: contrib
|
||||
weight: 30
|
||||
draft: false
|
||||
weight: 20
|
||||
author: "people"
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: examples
|
||||
id: examples
|
||||
weight: 40
|
||||
weight: 30
|
||||
draft: false
|
||||
author: "people"
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: official
|
||||
id: official
|
||||
weight: 20
|
||||
weight: 40
|
||||
draft: false
|
||||
author: "people"
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue