Changes for page P4P Networks
Last modified by Zenna Elfen on 2025/11/24 11:43
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,6 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 + 'content1': {"filterable":false,"sortable":false,"html":true}, 3 3 'doc.title': {"link":"view"}, 4 4 'shortText2': {}, 5 5 'longText1': {"filterable":false,"sortable":false,"html":true}, ... ... @@ -16,9 +16,9 @@ 16 16 'tagCloud': true, 17 17 'rowCount': 15, 18 18 'maxPages': 10, 19 - 'selectedColumn': ' doc.title',20 + 'selectedColumn': 'content1', 20 20 'defaultOrder': 'asc' 21 21 }) 22 -#set ($columns = ['doc.title', 'shortText2', 'longText1', 'long_res', 'long_rep', 'long_peer', 'long_ident', 'long_transport', 'long_phys']) 23 +#set ($columns = ['content1', 'doc.title', 'shortText2', 'longText1', 'long_res', 'long_rep', 'long_peer', 'long_ident', 'long_transport', 'long_phys']) 23 23 #livetable('projects' $columns $columnsProperties $options) 24 24 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,1 +1,1 @@ 1 -doc.title shortText2 longText1 long_res long_rep long_peer long_ident long_transport long_phys 1 +content1 doc.title shortText2 longText1 long_res long_rep long_peer long_ident long_transport long_phys - Description
-
... ... @@ -3,7 +3,7 @@ 3 3 {{/info}} 4 4 5 5 6 -This application is designed to help populate the upcomingP4P Wiki with content related to relevant projects. The questions aim to provide a broad overview oftheP4P ecosystem. The goal is to cover both protocols as well as building blocks relevant to P4P.6 +This application is designed to help populate the P4P Wiki with content related to relevant projects. The questions aim to provide a broad overview of P4P network architetures. The goal is to cover both protocols as well as building blocks relevant to P4P. 7 7 8 8 As a result, some questions may be more or less applicable to your specific project. The goal is to map out the key building blocks of the ecosystem, which is why the questions cover a large range of aspects of Peer-4-Peer networks. 9 9