We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db3c46 commit 3c2f51dCopy full SHA for 3c2f51d
site-root/projects.csv.php
@@ -5,7 +5,8 @@
5
'data' => array_map(function($Project) {
6
preg_match('/^\s*[^*#]\s*\w.*/m', $Project->README, $matches);
7
return array(
8
- 'name' => $Project->Title
+ 'name' => $Project->Handle
9
+ ,'title' => $Project->Title
10
,'description' => trim($matches[0])
11
,'link_url' => $Project->UsersUrl
12
,'code_url' => $Project->DevelopersUrl
0 commit comments