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
|
draft: false
|
||||||
author: "people"
|
author: "people"
|
||||||
---
|
---
|
||||||
|
<table>
|
||||||
<p><img src="./images/darktable-logo.png" width="50%"></p>
|
<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>
|
<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.
|
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
|
id: AugoGrouper
|
||||||
weight: 10
|
weight: 10
|
||||||
draft: false
|
draft: false
|
||||||
|
@ -8,7 +8,7 @@ author: "people"
|
||||||
|
|
||||||
## Name
|
## 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
|
## Description
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
title: contrib
|
title: contrib
|
||||||
id: contrib
|
id: contrib
|
||||||
weight: 30
|
weight: 20
|
||||||
draft: false
|
|
||||||
author: "people"
|
author: "people"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: examples
|
title: examples
|
||||||
id: examples
|
id: examples
|
||||||
weight: 40
|
weight: 30
|
||||||
draft: false
|
draft: false
|
||||||
author: "people"
|
author: "people"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: official
|
title: official
|
||||||
id: official
|
id: official
|
||||||
weight: 20
|
weight: 40
|
||||||
draft: false
|
draft: false
|
||||||
author: "people"
|
author: "people"
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue